home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Free Software Collection: Marty 1
/
FM Towns Marty 1 Free Software Collection.iso
/
tool
/
book
/
src
/
cons.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-11-11
|
747b
|
22 lines
/*
* console low I/O
*/
#define IS_ANK 0 /* シフトJIS文字列の文字種表示 */
#define IS_KANJI1 1 /* typecheck() で type[] にセットされる値 */
#define IS_KANJI2 2
#define CTRL_PRE (0x01) /* 制御文字の前置文字 */
extern int wind_open(int x,int y, int len, int *curpos, char *init);
extern void wind_close(void);
extern void KAN_start(void); /* かな漢使用開始 */
extern void KAN_end(void); /* かな漢使用終了 */
extern void KAN_dispMode(void); /* モードを再表示 */
extern void KAN_setposMode(int x, int y); /* モード表示位置 */
extern void inpch(int ch);
extern void typecheck(char type[], char buf[], int width);